CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mfc draw

搜索资源列表

  1. Draw

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping scheme of analysis, about how to use the ClassWizard,, understand the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:698607
    • 提供者:
  1. Draw

    0下载:
  2. MFC的关于画笔的一个小程序,VC初学者,多多指教。-MFC on the brush of a small program, VC beginners the exhibitions.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-01
    • 文件大小:699062
    • 提供者:cheng
  1. Draw

    0下载:
  2. 图像处理作业,一个简单的画图工具。开发环境VC++,MFC制作-Image processing operations, a simple drawing tool. Development Environment VC++, MFC production
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7185527
    • 提供者:maitouganlu
  1. MFC_Line_Circle_Polygon

    0下载:
  2. 使用VC6.0下的MFC实现.是一次图形图像作业.有画直线,画圆和画填色的多边形的功能.直线.线有粗细,虚实的区别.并且可以设定颜色-Under the MFC implementation using VC6.0. Is a graphic image operations. Have to draw lines, circles and coloring polygon drawing functions. Line. Line has thickness, the difference b
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:330003
    • 提供者:无意乂
  1. Draw

    0下载:
  2. 画图程序,vc++ MFC开发 请支持喔 -Draw source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:63250
    • 提供者:function
  1. Draw

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-How to modify the MFC AppWizard
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1947963
    • 提供者:chenyu
  1. Draw

    0下载:
  2. 计算机图形学中的Bresenhan画线画圆等算法的简单实现,使用VC6 MFC-Computer Graphics Bresenhan draw lines round and other simple implementation of the algorithm, using VC6 MFC
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:235969
    • 提供者:xujian
  1. Test_Rect

    0下载:
  2. 在图片上画一个矩形,可以变成红色的,等一系列操作,mfc的开始!-Draw a rectangle in the picture, can become red, and a series of operations, mfc start!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1424229
    • 提供者:mal
  1. Draw

    0下载:
  2. vs2005用MFC编写的画图例程,入门级别,大家参考下-an code-example under vs2005 with MFC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-23
    • 文件大小:7431219
    • 提供者:castle
  1. MFC_draw_a_square_within_a_multi_source_document.r

    0下载:
  2. MFC实现多文档内画方形源码MFC draw a square within a multi source document-MFC draw a square within a multi document source MFC draw a square within a multi source document
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:35794
    • 提供者:kop
  1. draw

    0下载:
  2. 利用不同颜色画点、画线、画圆。在mfc中直接调用画图句柄,很方便。-Points using different color paint, draw lines, draw a circle. Mfc drawing directly in the call handle, very convenient.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3468559
    • 提供者:张春阳
  1. Draw

    0下载:
  2. VC++ MFC 单文档,拖动鼠标画直线,很好 的一款程序源代码-VC++ Single Document, drag the mouse to draw a straight line
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2800110
    • 提供者:hewei
  1. Draw

    0下载:
  2. 本程序在MFC下完成的鼠标绘图功能,VC6.0与vs2008调试都能通过,对如何掌握鼠标绘图及如何运用其来扩展成签名软件都很有好处,希望能对大家有所帮助-This program is done in MFC VC6.0, with the mouse drawing function by vs2008 debugging, how to grasp the mouse drawing and how to use it to expand into signature software ar
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-31
    • 文件大小:13482528
    • 提供者:李明
  1. a_useful_MFC_chart_class

    1下载:
  2. 一个实用的曲线图、直方图类,可以方便的绘制统计数据-A practical curve, histogram class, you can easily draw the statistics
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:70695
    • 提供者:leon
  1. mfc

    0下载:
  2. 本代码用于画线、画圆,是我作为一个初学者做的-draw line and circle
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:187004
    • 提供者:zhengyi
  1. vc_chart

    0下载:
  2. 实时动态绘制曲线,MFC单文档文件,没有进行具体编辑数据信息,可自行完善-draw lines
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3661508
    • 提供者:qubotong
  1. Draw

    0下载:
  2. MFC做一个类似微软的绘图工具的软件,可以实现简单的直线、圆、矩形等简单绘图-a tool in drawing like microsoft
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1579156
    • 提供者:谢成志
  1. J02_MidPointLine

    0下载:
  2. OPENGL基础编程,在MFC下画一条斜红线.-Under the MFC draw a diagonal red line
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1915615
    • 提供者:陈贤增
  1. Demo

    1下载:
  2. 完成一个画树的功能,可以设置树干的长短与树的倾斜程序-mfc draw a tree
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2376793
    • 提供者:青云
  1. CurveRealtimePlot

    0下载:
  2. 利用Visual C++实现,MFC做界面,能够实时并且多参数显示监控波形,如温度,压力等,适合工程参考利用。-Achieved using Visual C++, MFC do interface that can display real-time and multi-parameter monitoring waveforms, such as temperature, pressure, etc., for projects to draw upon.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3467006
    • 提供者:ccz
« 1 2 3 4 5 67 8 9 10 11 ... 37 »
搜珍网 www.dssz.com